.searchXuqiu>div {
    width: 59.21875vw !important;
}

.searchXuqiu>div>input {
    margin: 0;
}

.searchXuqiu>div>input.phoneNum {
    margin: 0 20px;
}

.searchXuqiu>div>a {
    margin: 0;
}


/*底部*/

.se_menu li,
.se_menu div {
    margin-bottom: 0;
}

.second_nav .se_menu li,
.second_nav .se_menu div {
    margin-bottom: 0;
    /* background:rgba(244,244,244,0.7); */
}

.second_nav .se_menu a {
    color: #777;
}

#header {
    /*border-bottom: 1px solid #dedede;*/
    box-shadow: 0px 5px 8px #ddd;
    background: #fff;
}
/*登录*/
.acclogin {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-right: -20px;
    margin-left: 20px;
    float: right;
    cursor: pointer;
}

.acclogin img {
    width: 50px;
    height: 50px;
    top: -10px;
    position: relative;
    box-shadow: 0 0 10px #ddd;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.usernav {
    position: relative;
    display: none;
    z-index: 999;
}
.usernav ul {
    position: absolute;
    top: 10px;
    left: -105px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px 0 #ddd;
    padding-top: 5px;
    width: 160px;
    background-color: #fff;
}
.usernav li {
    width: 100%;
    text-align: center;
    height: 40px;
}
.usernav a {
    line-height: 36px;
    color: #777;
    display: block;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
}




/*-------------------------------------新样式-------------------------------------*/



.acclink {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    float: right;
}

.i_logo img,
.sei_logo img {
    width: 195px;
    height: 58px;
}

.acclink a {
    width: 80px;
    height: 16px;
    margin: 15px 0 16px 18px;
    padding: 8px 0;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #33CDE5;
    text-align: center;
}

.acclink a:hover {
    background: #00c1de;
}

.h_hlink.on {
    letter-spacing: 5px;
    transition: all 0.3s;
    font-weight: 500;
}

.sublink .hlink .h_hlink {
    font-size: 16px;
    color: #666666;
    line-height: 80px;
}

.sublink .hlink li {
    height: 80px;
    margin: 0;
    padding: 0;
    width: 110px;
}

.sublink .produce_server {
    box-shadow: none;
}

.sublink .acclink {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.sublink .h_hlink {
    width: 100%;
    cursor: pointer;
}

.sublink .h_hlink.on {
    letter-spacing: 5px;
    transition: all 0.3s;
    font-weight: 500;
}

.sublink .h_hlink:hover {
    font-weight: 500 !important;
}

.second_nav .usernav ul {
    top: 38px;
}



/*----------------响应式-----------*/

.produce_server {
	box-shadow: none;
    display: none !important;
}

.produce_server_module {
    z-index: 999;
    width: 85%;
    height: 410px;
    background: #FFFFFF;
    position: fixed;
    z-index: 99;
    overflow: hidden;
    display: none;
    top: 60px;
    box-shadow: 0 0 5px #dedede;
}
.p_hidden .hlink .h_hlink {
    line-height: 80px;
}

.produce_server_module:hover {
    display: flex;
}

.produce_server_moduleL {
    width: 13.0208vw;
    height: 380px;
    margin-top: 15px;
	box-shadow:-20px -2px 15px -13px #f4f4f4 inset;
}

.produce_server_moduleL div {
    cursor: default;
    width: 90%;
	float:right;
	text-indent:15px;
    line-height: 50px;
    height: 50px;
    color: #333333;
    font-size: 0.8333vw;
	border-radius:5px;
}
.produce_server_moduleL>div:hover{
    cursor: pointer;
}
.produce_server_moduleL div.on {
    color: #39c1ea;
    position: relative;
	box-shadow: 0 0 5px #ddd;
}

.produce_server_moduleL div.on::after {
    content: "";
    width: 0.2083vw;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #39c1ea;
	border-radius:2px;
	box-shadow: 0px 0px 4px #39c1ea;
}

.produce_server_moduleR {
    display: none;
    width: 85%;
    height: 400px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.produce_server_moduleR_l,
.produce_server_moduleR_r {
    margin-left: 5%;
    width: 20%;
}

.produce_server_moduleR_l_t,
.produce_server_moduleR_r_t {
    cursor: default;
    font-size: 0.8333vw;
    color: #1b83ae;
    line-height: 0.8333vw;
    padding: 0 0 0.25vw 0.25vw;
    border-bottom: 0.05vw solid #DDDDDD;
    text-align: left;
	display:flex;
    align-items:center;
}
.produce_server_moduleR_r_t img{
	margin-right:15px;
}
.produce_server_moduleR_l_i {
    cursor: pointer;
    font-size: 0.7292vw;
    color: #333333;
    line-height: 0.7292vw;
    padding: 0.9896vw 0 1.0416999999999998vw 0.3646vw;
    text-align: left;
}

.produce_server_moduleR_l_m div {
    cursor: pointer;
    font-size: 0.7292vw;
    color: #777777;
    line-height: 0.7292vw;
    margin-bottom: 1.0037000000000001vw;
    padding-left: 1.1vw;
    position: relative;
    text-align: left;
}

.produce_server_moduleR_l_m>div:hover {
    letter-spacing: 0.2604vw;
    transition: all 0.3s;
    font-weight: 500;
	color: #39C1EA;
}

.produce_server_moduleR_l_m div::after {
    content: "";
    width: 0.2083vw;
    height: 0.2083vw;
    border-radius: 100%;
    background: #999999;
    left: 0vw;
    top: 0.2604vw;
    position: absolute;
}

.produce_server_moduleR_r {
    margin-left: 4.3229vw;
}

.produce_server_moduleR_r_i>div {
    width: max-content;
    cursor: pointer;
    font-size: 0.7292vw;
    line-height: 0.7292vw;
    color: #777777;
    margin-left: 0.3646vw;
    margin-top: 1.1979vw;
    margin-bottom: 0.2083vw;
    border-bottom: 0.0521vw solid #ffffff;
    padding-bottom: 0.2083vw;
}

.produce_server_moduleR_r_i .produce_server_moduleR_r_i_div.on {
    border-bottom: 0.0521vw solid #39C1EA;
    color: #39C1EA;
    letter-spacing: 0.2604vw;
    transition: all 0.3s;
    font-weight: 500;
}


/*19*/

.produce_server_moduleR_r_h {
    width: 32.760400000000004vw;
    height: 3.1771000000000003vw;
    padding-top: 1.3021vw;
    padding-left: 1.0937000000000001vw;
    text-indent: 0.0521vw;
    position: absolute;
    bottom: 0.0521vw;
    left: 3.125vw;
    background: #F8F8F8;
    font-size: 0.625vw;
    color: #999999;
    line-height: 1.0416999999999998vw;
}

.produce_server_moduleR_r_h::before {
    content: "";
    width: 1.4063vw;
    height: 0.2083vw;
    background: #FCD9A1;
    position: absolute;
    top: 0.5208vw;
    left: 1.0416999999999998vw;
}

.produce_server_moduleR_r_h::after {
    content: "";
    width: 1.4063vw;
    height: 0.2083vw;
    background: #FCD9A1;
    position: absolute;
    bottom: 0.5208vw;
    right: 1.0416999999999998vw;
}

.produce_server_moduleR.on {
    display: flex;
}

.produce_server_moduleR_l_menu {
    margin: 1.0416999999999998vw 0 0 0.3646vw;
    overflow: hidden;
}

.produce_server_moduleR_l_menu_i {
    cursor: default;
    font-size: 0.7292vw;
    color: #333333;
    line-height: 0.7292vw;
    margin-bottom: 1.0416999999999998vw;
    text-align: left;
}

.produce_server_moduleR_l_menu_m div {
    text-align: left;
    cursor: pointer;
    font-size: 0.7292vw;
    color: #777777;
    line-height: 0.7292vw;
    margin-bottom: 1.0416999999999998vw;
    padding-left: 1.8229vw;
    position: relative;
}

.produce_server_moduleR_l_menu_m div::after {
    content: "";
    width: 0.2083vw;
    height: 0.2083vw;
    border-radius: 100%;
    background: #999999;
    left: 0.8333vw;
    top: 0.2604vw;
    position: absolute;
}

.produce_server_moduleR_l_menu_m div:last-child {
    margin-bottom: 0.3646vw;
}

#header .produce_server_moduleR_r_h {
    display: none;
}

#header {
    box-shadow: none;
}

.usernav ul::after,
.usernav ul::before {
    display: none;
}

.user_name {
    display: none;
}


/*第二个导航*/

.second_nav .acclogin {
    padding: 0;
    margin: 0;
    margin-right: -1.0416999999999998vw;
    margin-left: 1.0416999999999998vw;
}

@media (min-width: 320px) and (max-width: 1366px) {
    .hlink .h_hlink {
        font-size: 15px;
    }
    .second_logo img {
        height: auto;
    }
    .produce_server_moduleL div {
        font-size: 14px;
    }
    .produce_server_moduleR_l_t,
    .produce_server_moduleR_r_t {
        font-size: 15px;
        line-height: 15px;
    }
    .produce_server_moduleR_l_i {
        font-size: 14px;
        line-height: 14px;
    }
    .produce_server_moduleR_l_menu {
        overflow: unset;
    }
    .produce_server_moduleR_r_i>div {
        font-size: 14px;
        line-height: 14px;
    }
    .produce_server_moduleR_l_m div {
        font-size: 12px;
        line-height: 0.7292vw;
    }
    .produce_server_moduleR_l_m>div:hover {
        letter-spacing: 1px;
        transition: all 0.3s;
        font-weight: 500;
    }
    .produce_server_moduleR_l_menu_m div:hover {
        letter-spacing: 1px;
        transition: all 0.3s;
        font-weight: 500;
        color: #39C1EA;
        letter-spacing: 1px;
        transition: all 0.3s;
        font-weight: 500;
    }
    .produce_server_moduleR_l_menu_m div {
        font-size: 12px;
    }
    .produce_server_moduleR_l_menu_i {
        font-size: 14px;
        line-height: 14px;
        width: 150%;
    }
    .produce_server_moduleR_l_t,
    .produce_server_moduleR_r_t {
        font-size: 15px;
        line-height: 15px;
    }
}

#header {
    min-width: auto;
    border: none;
    box-shadow: 4px 1px 5px #dedede;
}

.produce_server_moduleR a {
    color: #777777;
}

.produce_server_moduleR a:hover {
    color: #39C1EA;
}

#lgbox .tablist {
    width: 100%;
    text-align: left;
    margin: 0px auto;
    line-height: 50px;
    position: inherit;
    /* background: #fff; */
    z-index: 999;
    display: block;
}

#lgbox .tablist>b {
    padding: 0 1.5%;
    height: 22px;
    margin-top: 8px;
    float: left;
    font-size: 17px;
    color: #333;
    letter-spacing: 0.5px;
}

#lgbox .tablist>.buyyunpan {
    width: auto;
    padding: 0 2%;
    float: right;
    margin-top: 20px;
}

#lgbox .tablist>.buyyunpan>p {
    border: dashed 1px #FE5A5A;
    color: #FE5A5A;
    height: 26px;
    line-height: 26px;
    width: 234px;
    text-align: center;
    cursor: pointer;
    font-family: å¾®è½¯é›…é»‘;
    float: right;
}

#lgbox .tablist>.buyyunpan>p:hover {
    background: #FC7474;
    border: solid 1px #FC7474;
    color: #fff;
}

#lgbox .tablist>.buyyunpan>span {
    width: auto;
    height: 28px;
    float: right;
}

#lgbox .tablist>.buyyunpan>span>p {
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 12.5px;
    float: left;
    letter-spacing: 0.8px;
}

#lgbox .tablist>.buyyunpan>span>p>i {
    font-style: initial;
    margin-left: 2px;
    margin-right: 2px;
}

#lgbox .tablist>.buyyunpan>span>.layui-progress {
    float: left;
    width: 236px;
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
}

#lgbox .tablist>.buyyunpan>span>a {
    width: 30px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    color: #FB7B7B;
    cursor: pointer;
    float: left;
}

#lgbox .tablist>.buyyunpan>span>a:hover {
    color: #e2b632;
    text-decoration: underline;
}

#lgbox .tablist>ul {
    width: auto;
    height: auto;
    text-align: center;
    margin: 20px auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

#lgbox .tablist>ul>li {
    height: auto;
    list-style-type: none;
    text-align: center;
    cursor: pointer;
	margin:0 15px;
}

#lgbox .tablist>ul>li>img {
    margin-top: 10px;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    width: 100%;
}

#lgbox .tablist>ul>li:hover {
    color: #fff;
}

#lgbox .tablist>ul>li p {
    font-size: 16px;
}

#lgbox .tablist #check {
    text-align: left;
}

#lgbox .tablist #check img {
    width: 110%;
    margin-left: -3.5%;
    margin-top: 4px;
}

/* 登录弹窗消息弹窗 */
#lgMessage {
    width: 350px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(95, 153, 239,0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
}
#lgMessage {
    z-index: 100002;
}
#lgMessage>.mhead {
    width: 310px;
    height: 30px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(to right,rgba(29,156,248,0.2),rgba(97,97,202,0.2));
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#lgMessage>.mhead>span {
    font-size: 14px;
    color: #476ea7;
}
#lgMessage>.mhead>span:nth-child(2) {
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#lgMessage>.mbody {
    width: 310px;
    min-height: 100px;
    font-size: 14px;
    color: #264e78;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}
#lgMessage>.mbody {
    align-items: center;
    justify-content: center;
}

.lgbox .tablist ul {
    display: flex;
    justify-content: center;
}
.FreeRec_login {
    height: 30px;
    background: linear-gradient(to bottom, rgba(255,219,198,0.4),rgba(246,138,113,0.4));
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #ff0000;
    cursor: pointer;
    margin: 15px auto;
}
.FreeRec_login>img {
    width: 22px;
    height: 19px;
    margin-right: 10px;
}


/*解决方案部分*/

.solution_list {
    z-index: 999;
    width: 85%;
    height: 410px;
    background: #FFFFFF;
    position: fixed;
    z-index: 99;
    overflow: hidden;
    display: none;
    top: 60px;
    box-shadow: 0 0 5px #dedede;
}

.solution_list:hover {
    display: flex;
}

.solution_listL {
    width: 13.0208vw;
    height: 380px;
    margin-top: 15px;
	box-shadow:-20px -2px 15px -13px #f4f4f4 inset;
}

.solution_listL div {
    cursor: default;
    width: 90%;
	float:right;
	text-indent:15px;
    line-height: 50px;
    height: 50px;
    color: #333333;
    font-size: 0.8333vw;
	border-radius:5px;
}
.solution_listL>div:hover {
	cursor: pointer;
}

.solution_listL div.on {
    color: #00479d;
    position: relative;
	box-shadow: 0 0 5px #ddd;
}

.solution_listL div.on::after {
    content: "";
    width: 0.2083vw;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #00479d;
	border-radius:2px;
	box-shadow: 0px 0px 4px #00479d;
}

.solution_listR {
    display: none;
    width: 85%;
    height: 400px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.solution_listR_l,
.solution_listR_r {
    margin-left: 5%;
    width: 20%;
}

.solution_listR_l_t,
.solution_listR_r_t {
    cursor: default;
    font-size: 0.8333vw;
    color: #00479d;
    line-height: 0.8333vw;
    padding: 0 0 0.25vw 0.25vw;
    border-bottom: 0.05vw solid #DDDDDD;
    text-align: left;
	display:flex;
    align-items:center;
}
.solution_listR_r_t img{
	margin-right:15px;
	height:26px;
	width:26px;
}
.solution_listR_l_i {
    cursor: pointer;
    font-size: 0.7292vw;
    color: #333333;
    line-height: 0.7292vw;
    padding: 0.9896vw 0 1.0416999999999998vw 0.3646vw;
    text-align: left;
}

.solution_listR_l_m div {
    cursor: pointer;
    font-size: 0.7292vw;
    color: #777777;
    line-height: 0.7292vw;
    margin-bottom: 1.0037000000000001vw;